DbFile.getFile

  1. Nullable!TrackFile getFile(FileId id)
    struct DbFile
    @trusted
    Nullable!TrackFile
    getFile
    (
    const FileId id
    )
  2. Nullable!TrackFile getFile(Path path)

Return Value

Type: Nullable!TrackFile

the file path that the id correspond to.

Meta